delegateWhitelist

abstract fun delegateWhitelist(): String

Returns the HTTP network delegate authorization whitelist as a string with comma/semicolon separated server URLs.

Return

the current network delegate authorization whitelist or an empty string if the whitelist is not configured

Throws

when the engine is closed and its proxy service is not available anymore


abstract fun delegateWhitelist(delegateWhitelist: String)

Configures the HTTP network delegate authorization whitelist. By default, the network delegate whitelist is empty.

Parameters

delegateWhitelist

the network delegate whitelist as a string with comma/semicolon separated server URLs, for example: "*example.com,*foobar.com,*baz"

Throws

when the engine is closed and its proxy service is not available anymore